-- card: 2999 from stack: in.hc -- bmap block id: 0 -- flags: 0000 -- background id: 2813 -- name: MAIN MENU ----- HyperTalk script ----- on openCard lock screen colorizeHC "Add","PLANETS:PLUTO:UI_MAC:PLUTO.PIC" unlock screen noPaintWhite palette "pluMMenu", "0,417" end openCard on closeCard lock screen colorizeHC "colorFill" -- redraw previous screens unlock screen if there is a window "PLUTO211KHz Movie" then close window "PLUTO211KHz Movie" noPaintWhite if there is a window "pluMMenu" then close window "pluMMenu" end closeCard -- part 1 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=219 top=89 right=205 bottom=371 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ORBITAL DATA ----- HyperTalk script ----- on mouseUp frameHilite lock screen go to cd "D1" unlock screen end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=113 top=248 right=364 bottom=265 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: EXPLORATION ----- HyperTalk script ----- on mouseUp frameHilite lock screen go to cd "E1" unlock screen end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=330 top=248 right=364 bottom=482 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: MOON ----- HyperTalk script ----- on mouseUp frameHilite lock screen go to cd "M1" unlock screen end mouseUp